Fri Mar 8 15:14:32 2002 Owen Taylor <otaylor@redhat.com>
* gtk/building.sgml: List -I/opt/gtk/include not
-I /opt/gtk/include.
* gtk/building.sgml: Add a gloss for XIM.
+Fri Mar 8 15:14:32 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/building.sgml: List -I/opt/gtk/include not
+ -I /opt/gtk/include.
+
+ * gtk/building.sgml: Add a gloss for XIM.
+
2002-03-07 Matthias Clasen <maclas@gmx.de>
* gdk-pixbuf/tmpl/animation.sgml, gdk-pixbuf/tmpl/gdk-pixbuf.sgml,
these variables as:
</para>
<programlisting>
- CPPFLAGS="-I /opt/gtk/include"
+ CPPFLAGS="-I/opt/gtk/include"
LDFLAGS="-L/opt/gtk/lib"
PKG_CONFIG_PATH="/opt/gtk/lib/pkgconfig"
export CPPFLAGS LDFLAGS PKG_CONFIG_PATH
<para>
These options can be used to control whether GTK+ will
- be compiled with support for XIM.
- The default is yes.
+ be compiled with support for XIM. (The X Input Method
+ extension, used for Japanese input.) The default is yes.
</para>
</formalpara>